home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Programming / SWI / source / src / config.h.in < prev    next >
Encoding:
Text File  |  1998-04-15  |  9.1 KB  |  364 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if using alloca.c.  */
  4. #undef C_ALLOCA
  5.  
  6. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  7.    This function is required for alloca.c support on those systems.  */
  8. #undef CRAY_STACKSEG_END
  9.  
  10. /* Define if you have alloca, as a function or macro.  */
  11. #undef HAVE_ALLOCA
  12.  
  13. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  14. #undef HAVE_ALLOCA_H
  15.  
  16. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  17. #undef HAVE_SYS_WAIT_H
  18.  
  19. /* Define if you have <vfork.h>.  */
  20. #undef HAVE_VFORK_H
  21.  
  22. /* Define as __inline if that's what the C compiler calls it.  */
  23. #undef inline
  24.  
  25. /* Define to `int' if <sys/types.h> doesn't define.  */
  26. #undef pid_t
  27.  
  28. /* Define if you need to in order for stat and other things to work.  */
  29. #undef _POSIX_SOURCE
  30.  
  31. /* Define as the return type of signal handlers (int or void).  */
  32. #undef RETSIGTYPE
  33.  
  34. /* If using the C implementation of alloca, define if you know the
  35.    direction of stack growth for your system; otherwise it will be
  36.    automatically deduced at run-time.
  37.  STACK_DIRECTION > 0 => grows toward higher addresses
  38.  STACK_DIRECTION < 0 => grows toward lower addresses
  39.  STACK_DIRECTION = 0 => direction of growth unknown
  40.  */
  41. #undef STACK_DIRECTION
  42.  
  43. /* Define if you have the ANSI C header files.  */
  44. #undef STDC_HEADERS
  45.  
  46. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  47. #undef TIME_WITH_SYS_TIME
  48.  
  49. /* Define vfork as fork if vfork does not work.  */
  50. #undef vfork
  51.  
  52. /* Define if your processor stores words with the most significant
  53.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  54. #undef WORDS_BIGENDIAN
  55.  
  56. /* Define if BSD compatible signals (i.e. no reset when fired) */
  57. #undef BSD_SIGNALS
  58.  
  59. /* Define if mmap() can be used to allocate stacks */
  60. #undef MMAP_STACK
  61.  
  62. /* Define if maximum address we can map at */
  63. #undef MMAP_MAX_ADDRESS
  64.  
  65. /* Define if minimum address we can map and if > sbrk(0) */
  66. #undef MMAP_MIN_ADDRESS
  67.  
  68. /* Define if MAP_ANON is defined and works ok */
  69. #undef HAVE_MAP_ANON
  70.  
  71. /* Define if you can't use asm("nop") to separate two labels */
  72. #undef NO_ASM_NOP
  73.  
  74. /* Define if uchar is not defined in <sys/types.h> */
  75. #undef NEED_UCHAR
  76.  
  77. /* Define if SIGPROF and setitimer() are available */
  78. #undef O_PROFILE
  79.  
  80. /* Define if signal handler is of the form f(sig, type, context, addr) */
  81. #undef SIGNAL_HANDLER_PROVIDES_ADDRESS
  82.  
  83. /* Define if (type)var = value is allowed */
  84. #undef TAGGED_LVALUE
  85.  
  86. /* Define if first data symbol not is environ */
  87. #undef FIRST_DATA_SYMBOL
  88.  
  89. /* Define if pl-save.c works */
  90. #undef O_SAVE
  91.  
  92. /* Define if symbolic links are supported by the OS */
  93. #undef HAVE_SYMLINKS
  94.  
  95. /* Define if AIX foreign language interface is to be used */
  96. #undef O_AIX_FOREIGN
  97.  
  98. /* Define if MACH foreign language interface is to be used */
  99. #undef O_MACH_FOREIGN
  100.  
  101. /* Define if BSD Unix ld -A foreign language interface is to be used */
  102. #undef O_FOREIGN
  103.  
  104. /* Define if ld accepts -A option */
  105. #undef HAVE_LD_A
  106.  
  107. /* Define if wait() uses union wait */
  108. #undef UNION_WAIT
  109.  
  110. /* Define if <sys/ioctl> should *not* be included after <sys/termios.h> */
  111. #undef NO_SYS_IOCTL_H_WITH_SYS_TERMIOS_H
  112.  
  113. /* Define if, in addition to <errno.h>, extern int errno; is needed */
  114. #undef NEED_DECL_ERRNO
  115.  
  116. /* Define to "file.h" to include additional system prototypes */
  117. #undef SYSLIB_H
  118.  
  119. /* Define how to invoke the linker for incremental linking (default: ld) */
  120. #undef LD_COMMAND
  121.  
  122. /* Define to make runtime version */
  123. #undef O_RUNTIME
  124.  
  125. /* Define if you don't have termio(s), but struct sgttyb */
  126. #undef HAVE_SGTTYB
  127.  
  128. /* Define if <assert.h> requires <stdio.h> */
  129. #undef ASSERT_H_REQUIRES_STDIO_H
  130.  
  131. /* Define if doubles cannot be aligned as longs */
  132. #undef DOUBLE_ALIGNMENT
  133.  
  134. /* Define top of heap.  See pl-setup.c */
  135. #undef TOPOFHEAP
  136.  
  137. /* Define max size of mmapp()ed stacks.  See test/mmap.c */
  138. #undef MMAP_STACKSIZE
  139.  
  140. /* Define if the type rlim_t is defined by <sys/resource.h> */
  141. #undef HAVE_RLIM_T
  142.  
  143. /* Define if you have the access function.  */
  144. #undef HAVE_ACCESS
  145.  
  146. /* Define if you have the aint function.  */
  147. #undef HAVE_AINT
  148.  
  149. /* Define if you have the ceil function.  */
  150. #undef HAVE_CEIL
  151.  
  152. /* Define if you have the cfmakeraw function.  */
  153. #undef HAVE_CFMAKERAW
  154.  
  155. /* Define if you have the chmod function.  */
  156. #undef HAVE_CHMOD
  157.  
  158. /* Define if you have the dlopen function.  */
  159. #undef HAVE_DLOPEN
  160.  
  161. /* Define if you have the dossleep function.  */
  162. #undef HAVE_DOSSLEEP
  163.  
  164. /* Define if you have the floor function.  */
  165. #undef HAVE_FLOOR
  166.  
  167. /* Define if you have the fstat function.  */
  168. #undef HAVE_FSTAT
  169.  
  170. /* Define if you have the getcwd function.  */
  171. #undef HAVE_GETCWD
  172.  
  173. /* Define if you have the getdtablesize function.  */
  174. #undef HAVE_GETDTABLESIZE
  175.  
  176. /* Define if you have the getpagesize function.  */
  177. #undef HAVE_GETPAGESIZE
  178.  
  179. /* Define if you have the getpwnam function.  */
  180. #undef HAVE_GETPWNAM
  181.  
  182. /* Define if you have the getrlimit function.  */
  183. #undef HAVE_GETRLIMIT
  184.  
  185. /* Define if you have the gettimeofday function.  */
  186. #undef HAVE_GETTIMEOFDAY
  187.  
  188. /* Define if you have the getwd function.  */
  189. #undef HAVE_GETWD
  190.  
  191. /* Define if you have the isnan function.  */
  192. #undef HAVE_ISNAN
  193.  
  194. /* Define if you have the memmove function.  */
  195. #undef HAVE_MEMMOVE
  196.  
  197. /* Define if you have the opendir function.  */
  198. #undef HAVE_OPENDIR
  199.  
  200. /* Define if you have the popen function.  */
  201. #undef HAVE_POPEN
  202.  
  203. /* Define if you have the putenv function.  */
  204. #undef HAVE_PUTENV
  205.  
  206. /* Define if you have the random function.  */
  207. #undef HAVE_RANDOM
  208.  
  209. /* Define if you have the readlink function.  */
  210. #undef HAVE_READLINK
  211.  
  212. /* Define if you have the remove function.  */
  213. #undef HAVE_REMOVE
  214.  
  215. /* Define if you have the rename function.  */
  216. #undef HAVE_RENAME
  217.  
  218. /* Define if you have the rint function.  */
  219. #undef HAVE_RINT
  220.  
  221. /* Define if you have the rl_insert_close function.  */
  222. #undef HAVE_RL_INSERT_CLOSE
  223.  
  224. /* Define if you have the select function.  */
  225. #undef HAVE_SELECT
  226.  
  227. /* Define if you have the shl_load function.  */
  228. #undef HAVE_SHL_LOAD
  229.  
  230. /* Define if you have the sigaction function.  */
  231. #undef HAVE_SIGACTION
  232.  
  233. /* Define if you have the sigblock function.  */
  234. #undef HAVE_SIGBLOCK
  235.  
  236. /* Define if you have the siggetmask function.  */
  237. #undef HAVE_SIGGETMASK
  238.  
  239. /* Define if you have the signal function.  */
  240. #undef HAVE_SIGNAL
  241.  
  242. /* Define if you have the sigset function.  */
  243. #undef HAVE_SIGSET
  244.  
  245. /* Define if you have the sigsetmask function.  */
  246. #undef HAVE_SIGSETMASK
  247.  
  248. /* Define if you have the sleep function.  */
  249. #undef HAVE_SLEEP
  250.  
  251. /* Define if you have the srand function.  */
  252. #undef HAVE_SRAND
  253.  
  254. /* Define if you have the srandom function.  */
  255. #undef HAVE_SRANDOM
  256.  
  257. /* Define if you have the stat function.  */
  258. #undef HAVE_STAT
  259.  
  260. /* Define if you have the strerror function.  */
  261. #undef HAVE_STRERROR
  262.  
  263. /* Define if you have the stricmp function.  */
  264. #undef HAVE_STRICMP
  265.  
  266. /* Define if you have the strlwr function.  */
  267. #undef HAVE_STRLWR
  268.  
  269. /* Define if you have the sysconf function.  */
  270. #undef HAVE_SYSCONF
  271.  
  272. /* Define if you have the tcsetattr function.  */
  273. #undef HAVE_TCSETATTR
  274.  
  275. /* Define if you have the tgetent function.  */
  276. #undef HAVE_TGETENT
  277.  
  278. /* Define if you have the times function.  */
  279. #undef HAVE_TIMES
  280.  
  281. /* Define if you have the <bstring.h> header file.  */
  282. #undef HAVE_BSTRING_H
  283.  
  284. /* Define if you have the <dirent.h> header file.  */
  285. #undef HAVE_DIRENT_H
  286.  
  287. /* Define if you have the <mach-o/rld.h> header file.  */
  288. #undef HAVE_MACH_O_RLD_H
  289.  
  290. /* Define if you have the <malloc.h> header file.  */
  291. #undef HAVE_MALLOC_H
  292.  
  293. /* Define if you have the <memory.h> header file.  */
  294. #undef HAVE_MEMORY_H
  295.  
  296. /* Define if you have the <ndir.h> header file.  */
  297. #undef HAVE_NDIR_H
  298.  
  299. /* Define if you have the <pwd.h> header file.  */
  300. #undef HAVE_PWD_H
  301.  
  302. /* Define if you have the <string.h> header file.  */
  303. #undef HAVE_STRING_H
  304.  
  305. /* Define if you have the <sys/dir.h> header file.  */
  306. #undef HAVE_SYS_DIR_H
  307.  
  308. /* Define if you have the <sys/file.h> header file.  */
  309. #undef HAVE_SYS_FILE_H
  310.  
  311. /* Define if you have the <sys/ndir.h> header file.  */
  312. #undef HAVE_SYS_NDIR_H
  313.  
  314. /* Define if you have the <sys/param.h> header file.  */
  315. #undef HAVE_SYS_PARAM_H
  316.  
  317. /* Define if you have the <sys/resource.h> header file.  */
  318. #undef HAVE_SYS_RESOURCE_H
  319.  
  320. /* Define if you have the <sys/select.h> header file.  */
  321. #undef HAVE_SYS_SELECT_H
  322.  
  323. /* Define if you have the <sys/stat.h> header file.  */
  324. #undef HAVE_SYS_STAT_H
  325.  
  326. /* Define if you have the <sys/termio.h> header file.  */
  327. #undef HAVE_SYS_TERMIO_H
  328.  
  329. /* Define if you have the <sys/termios.h> header file.  */
  330. #undef HAVE_SYS_TERMIOS_H
  331.  
  332. /* Define if you have the <sys/time.h> header file.  */
  333. #undef HAVE_SYS_TIME_H
  334.  
  335. /* Define if you have the <unistd.h> header file.  */
  336. #undef HAVE_UNISTD_H
  337.  
  338. /* Define if you have the curses library (-lcurses).  */
  339. #undef HAVE_LIBCURSES
  340.  
  341. /* Define if you have the dl library (-ldl).  */
  342. #undef HAVE_LIBDL
  343.  
  344. /* Define if you have the dld library (-ldld).  */
  345. #undef HAVE_LIBDLD
  346.  
  347. /* Define if you have the elf library (-lelf).  */
  348. #undef HAVE_LIBELF
  349.  
  350. /* Define if you have the m library (-lm).  */
  351. #undef HAVE_LIBM
  352.  
  353. /* Define if you have the ncurses library (-lncurses).  */
  354. #undef HAVE_LIBNCURSES
  355.  
  356. /* Define if you have the readline library (-lreadline).  */
  357. #undef HAVE_LIBREADLINE
  358.  
  359. /* Define if you have the termcap library (-ltermcap).  */
  360. #undef HAVE_LIBTERMCAP
  361.  
  362. /* Define if you have the ucb library (-lucb).  */
  363. #undef HAVE_LIBUCB
  364.